home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / gui_libr.zip / README.1ST < prev   
Text File  |  1992-08-12  |  2KB  |  64 lines

  1. ****************************************************************************
  2.                    README
  3.          GUI_LIB Library for Borland C++ and Turbo C++
  4.                  Version 1.0
  5. ****************************************************************************
  6.  
  7.  
  8.  
  9.    Congratulations! You have just received one of the finest graphics
  10.    libraries available for use with Borland C++ and Borland's Turbo C++
  11.    compilers. Using the GUI_LIB library will enable you to create
  12.    graphic based applications to run in DOS just as easily as creating
  13.    text based applications. The objects included in the library are all
  14.    familiar objects, found in many commercially available software
  15.    packages. They include pushbuttons, icons, text entry fields, and
  16.    bitmaps to name just a few. Some of the features in this library are
  17.    found nowhere else! Now you can harness the power and intuitiveness
  18.    of the Graphic User Interface for use in your applications. From
  19.    paint programs to databases, all of your programs can benefit from
  20.    the use of graphics.
  21.  
  22.  
  23.  
  24.     Hopefully you will be reading this document before unzipping
  25. the two .zip files in this package, GUI_LIB.ZIP and ICONEDIT.ZIP. These
  26. are the instructions telling you in what directories to unzip these two
  27. files.
  28.  
  29.     I highly recommend installing these files to a hard disk. Make
  30. a subdirectory from the root directory and call it ICONEDIT. Do this with        
  31. the following commands. From the C:> prompt type:
  32.  
  33.             cd\             <ENTER>
  34.             md iconedit     <ENTER>
  35.     
  36.     There, that's done. Now copy copy the file ICONEDIT.ZIP into the 
  37. newly created ICONEDIT subdirectory and unzip it. To do this type:
  38.  
  39.             copy iconedit.zip c:\iconedit   <ENTER>
  40.  
  41.     Change to the ICONEDIT subdirectory:
  42.  
  43.             cd\iconedit     <ENTER>
  44.  
  45.     And type:
  46.  
  47.             pkunzip iconedit
  48.  
  49.     All of the files associated with this program will be unzipped into
  50. the ICONEDIT directory. All of these files must remain in the same directory
  51. for the program to function properly.
  52.  
  53.     After this is done repeat the above steps, only this time replace
  54. the word ICONEDIT with GUI_LIB wherever it appears.
  55.  
  56.     When finished you will have two new directories on your disk, one
  57. called ICONEDIT with the ICONEDIT program files in it, and another called
  58. GUI_LIB with the library files in it. There is a demo included that is in 
  59. the GUI_LIB directory. Have fun, and happy coding!
  60.  
  61.  
  62.  
  63.  
  64.